docs: Remove a mention of gtk_main_do_event
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Feb 2020 15:37:24 +0000 (10:37 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 Feb 2020 15:37:24 +0000 (10:37 -0500)
gdk/gdkevents.c

index aec67fcec6b90b557b86e50b117d5dbdb95dbfed..4db6aea8cc736f21ed9c70f5aa647471f768633d 100644 (file)
@@ -45,9 +45,9 @@
  * This section describes functions dealing with events from the window
  * system.
  *
- * In GTK+ applications the events are handled automatically in
- * gtk_main_do_event() and passed on to the appropriate widgets,
- * so these functions are rarely needed.
+ * In GTK+ applications the events are handled automatically by toplevel
+ * widgets and passed on to the appropriate widgets, so these functions are
+ * rarely needed.
  */
 
 /**